home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product13 / googlebar-0.9.5.06-fx.xpi / chrome / googlebar.jar / content / googlebarExtrasOverlay.js < prev    next >
Text File  |  2003-07-19  |  370b  |  12 lines

  1. /*
  2.  * We now make it easier to add your own changes to the Googlebar through the magic
  3.  * of overlays. Things are already set up- just add the Javascript code to this file
  4.  * or read Robert Fernandes' explanation (http://googlebar.mozdev.org/feedback.html#181)
  5.  * for more information.
  6.  */
  7.  
  8. function extrasSampleButton()
  9. {
  10.   alert('Sample button clicked');
  11. }
  12.